Skip to content

Conversation

@winkingturtle-vmw
Copy link
Contributor

No description provided.

fakeClock.Increment(time.Second * 1)
nil,
)
fakeExecutorClient.ListContainersReturnsOnCall(3, []executor.Container{}, nil)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason you changed the call count from 2 to 3?

I actually ran this test locally, once with the value set to 3, again with the value set to 2, and again with the line removed entirely, and all three runs passed 🤔

Might be best to just delete this line? I suspect counterfeiter returns empty values for calls with indexes that weren't specified ahead of time in stubs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants